Welcome![Sign In][Sign Up]
Location:
Search - gabor filter

Search list

[matlabgabor

Description: Gabor filter的matlab源碼。-The source code for Gabor filter design.
Platform: | Size: 2048 | Author: Vlog | Hits:

[Waveletgabor_filter

Description: 实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。-Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.
Platform: | Size: 5120 | Author: 苏航 | Hits:

[Graph Recognizeefinger.src

Description: 指纹识别程序: 包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-Fingerprint identification procedures: including histogram equalization, Gabor filter, image enhancement, pattern filtering, texture refinement, feature extraction and feature matching. Among them, the feature matching method includes three kinds of match, also with a PPT, is worth studying.
Platform: | Size: 5445632 | Author: 陈亨利 | Hits:

[matlabgabordemo

Description: gabor 滤波器的使用演示,里面有三个文件gaborfilter.m,gabordemo.m,和一个图片。-gabor filter for presentation, there are three files gaborfilter.m, gabordemo.m, and a picture.
Platform: | Size: 14336 | Author: 伍胜 | Hits:

[matlabGabor

Description: Gabor filter MATLAB realization.
Platform: | Size: 1024 | Author: Alex | Hits:

[matlabgabor_eer

Description: tthis face detection program for user who wnat to work for the face detecrtion on matlab using gabor filter for face.it is very useful method as ccompared to other methods-tthis is face detection program for user who wnat to work for the face detecrtion on matlab using gabor filter for face.it is very useful method as ccompared to other methods
Platform: | Size: 1024 | Author: Sandeep | Hits:

[matlabGabor

Description: Gabor Filter Construction
Platform: | Size: 3072 | Author: EHSAN | Hits:

[matlabcodes

Description: The File Contains 5 Other Source Codes include, bandpass Butterworth Filter, Gabor Bank, RGB to HLS Conversion, Image Filtering in Frequency Domain and Hough transform. I hope that s enough to make me a member. Regards. Zizi.
Platform: | Size: 2048 | Author: zizi | Hits:

[Graph Recognizefindoutfinger

Description: 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-This is a complete fingerprint recognition program, which includes the histogram equalization, Gabor filter image enhancement, pattern filtering, texturing, thinning, feature extraction and feature matching. Among them, the feature matching includes matching 3, also with a PPT, is worth studying.
Platform: | Size: 5449728 | Author: 木易 | Hits:

[matlabgabor_bank

Description: this is gabor bank filter
Platform: | Size: 1024 | Author: zobeir | Hits:

[matlab4matlab

Description: Gabor Filter implementation in Matlab
Platform: | Size: 23552 | Author: Masum talukder | Hits:

[Special Effectsgaborfilter.tar

Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[WaveletGaborFilterDesighnNik

Description: gabor滤波器设计图形用户界面,用于帮助理解设计Gabor滤波器-gabor filter design graphical user interface, to help understand the design of Gabor filters
Platform: | Size: 32768 | Author: Ethan | Hits:

[OpenCVGaborTest

Description: Gabor Filter Test This project based on OpenCV and MSVC 6.0
Platform: | Size: 3442688 | Author: kim, bumhwi | Hits:

[Windows Developbase-gabor-lvboqi-desire-and-anaisys

Description: 本文详细描述gabor滤波器的设计和应用,阅读本文后对gabor滤波器将会有较深的理解,是我找到的较好的关于gabor滤波器的资料,写的很好,很详细-This paper describes the gabor filter design and application of gabor filter after reading this article will have deeper understanding, the better I find information on gabor filters, well written, very detailed
Platform: | Size: 839680 | Author: 吴金龙 | Hits:

[matlabgaborsvm1

Description: 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
Platform: | Size: 163840 | Author: xiang | Hits:

[Graph RecognizeGabor

Description: Gabor滤波器在基于细节点的指纹识别中的应用-Gabor filter in minutiae-based fingerprint recognition
Platform: | Size: 308224 | Author: | Hits:

[Special EffectsGabor

Description: 这是gabor滤波器的PPT讲义,gabor滤波器在提取图像等特征时候用的比较多,效果比较好,学习了是有用的。-Gabor filters is the PPT lecture, gabor filter to extract image features such as the use of more time, results were better, learn to be useful.
Platform: | Size: 774144 | Author: tim | Hits:

[WaveletGabor_matlab

Description: Gabor特征提取原理及matlab实现-Gabor filter feature selection and the implement based on matlab
Platform: | Size: 2504704 | Author: 孟璐 | Hits:

[matlabgabor

Description: 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively) described by the following equation
Platform: | Size: 503808 | Author: xufeng | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »

CodeBus www.codebus.net